home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / OUTOFBOUNDSEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.3 KB  |  25 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="OutOfBounds">
  3.   <description>
  4.     OutOfBoundsEffect extrapolates image pixels out of the bounds of the original image.
  5.     It does not change the bounds of the image but if it is ever called with a requested rectangle
  6.     that is not included within the regular bounds of the input image, it will use an
  7.     extrapolation/extension technique to fill the entire requested area beyond the bounds of the image.
  8.     See OutOfBoundsExtensionMode property for details about available extension modes.
  9.   </description>
  10.   <property name="OutOfBoundsExtensionMode" type="int" default="0" label="Out-of-bounds extension mode">
  11.     <choice>Mirror</choice>
  12.     <comments>
  13.       This property specifies how the image should be extended out of bounds (a.k.a. wrap mode).
  14.       Typical extension modes are
  15.       mirror where the image is reflected at its borders,
  16.       repeat (a.k.a. periodic or wrap) where the image is repeated like a wallpaper,
  17.       clamp where the border pixels are used to extrapolate out-of-bounds pixels,
  18.       and
  19.       border color where a specific color is choosen to fill out-of-bounds areas.
  20.       Current version of OutOfBoundsEffect only support mirroring.
  21.     </comments>
  22.   </property>
  23.   <input index="0"/>
  24. </effect>
  25.